Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimeBase<TTimeValue> Class / Value Property

In This Topic
    Value Property (C1DateTimeBase<TTimeValue>)
    In This Topic
    Get or set value.
    Syntax
    'Declaration
     
    
    Public Overridable Property Value As TTimeValue
    public virtual TTimeValue Value {get; set;}
    See Also